home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / vim / src / proto / tag.pro < prev    next >
Text File  |  1995-03-09  |  189b  |  5 lines

  1. /* tag.c */
  2. void dotag __PARMS((unsigned char *tag, int type, int count));
  3. void dotags __PARMS((void));
  4. int ExpandTags __PARMS((struct regexp *prog, int *num_file, unsigned char ***file));
  5.